ogg 0.4.1

Ogg container decoder and encoder written in pure Rust
Documentation

Ogg

An Ogg decoder and encoder. Implements the xiph.org Ogg spec in pure Rust.

Documentation.

Note: .ogg files are vorbis encoded audio files embedded into an Ogg transport stream. There is no extra support for vorbis codec decoding or encoding in this crate, so you need additional functionality in order to decode them. For example, you can use the lewton crate.

Also note that the encoder part of the Crate isn't as well tested as the decoder part, in fact it was only written in order to write compact testing code for the decoder.

License

Licensed under the three clause BSD license. For details, see the LICENSE file.